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