Minor. Fix test data
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// FILE: 1.kt
|
// FILE: 1.kt
|
||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
package test
|
package test
|
||||||
inline val <reified T : Any> T.className: String; get() = T::class.java.simpleName
|
inline val <reified T : Any> T.className: String; get() = T::class.java.simpleName
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user