6ce8d6bd2e
Reflection needs this information to work for local classes and anonymous objects
6 lines
93 B
Kotlin
Vendored
6 lines
93 B
Kotlin
Vendored
// CLASS_NAME_SUFFIX: $main$1
|
|
|
|
fun main() = object : Runnable {
|
|
override fun run() { }
|
|
}
|