Files
kotlin/compiler/testData/codegen/box/reflection/annotations
Alexander Udalov 38fd2b9ed6 Fix reflection-related codegen tests on JDK 9+
In JDK 9, Class.simpleName changed behavior for local/anonymous Kotlin
classes (see KT-23072), this is why we now check for both variants of
the name in tests. Also, the format of annotation arguments changed a
little, where float parameters no longer have the trailing "f", and
class literals are rendered with ".class" at the end
2019-01-25 10:14:25 +01:00
..
2018-06-28 12:26:41 +02:00
2018-06-28 12:26:41 +02:00
2019-01-17 23:46:26 +03:00