6ce8d6bd2e
Reflection needs this information to work for local classes and anonymous objects
6 lines
66 B
Kotlin
Vendored
6 lines
66 B
Kotlin
Vendored
// CLASS_NAME_SUFFIX: $main$Local
|
|
|
|
fun main() {
|
|
class Local
|
|
}
|