Support test directives in inline tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// FILE: 1.kt
|
||||
|
||||
// WITH_REFLECT
|
||||
package test
|
||||
|
||||
inline fun <reified T : Any> className() = T::class.java.simpleName
|
||||
|
||||
Reference in New Issue
Block a user