Files
kotlin-fork/compiler/testData/codegen/bytecodeText
Mads Ager b61389f6f9 [JVM IR] Do not generate clinit as enclosing method.
The JVM and newer Android runtimes treats that the same as if
there is no enclosing method. However, older Android runtimes
for Android 5 and 6 throw exceptions on reflective access
and even older runtimes have different behavior. To avoid
those issues, exclude <clinit> from enclosing method attributes.

^ KT-48754 Fixed
2021-09-30 23:02:43 +02:00
..
2020-01-20 16:00:36 +01:00
2020-10-28 11:43:25 +03:00
2020-06-18 12:22:53 +03:00