LNice article, Ashish! It is interesting how different Java decompilers reconstruct the code. In your example javap produced a class that just extends java.lang.Record as if it is a good old Java 1.5 code. But for example this Java decompiler reconstructs code already with a record keyword.Comment路Article路Jul 15, 2021路Spring Boot and Java 16 Records
LIt is quite common to get "synthetic method" flags when decompiling Kotlin binaries with Java decompiler. I always wondered what was their meaning. Thanks for the explanation!Comment路Article路Jul 15, 2021路Hide internal members of Kotlin Module from JVM聽馃攼