Do not include kotlin-reflect at runtime by default in codegen tests
Change some tests to either include reflection or to avoid using it
This commit is contained in:
committed by
Alexander Udalov
parent
20e36438e2
commit
2564a2f91f
@@ -2,7 +2,7 @@
|
||||
|
||||
package test
|
||||
|
||||
inline fun <reified T> className() = T::class.simpleName
|
||||
inline fun <reified T : Any> className() = T::class.java.simpleName
|
||||
|
||||
// FILE: 2.kt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user