6ce8d6bd2e
Reflection needs this information to work for local classes and anonymous objects
6 lines
55 B
Kotlin
Vendored
6 lines
55 B
Kotlin
Vendored
package a
|
|
|
|
fun foo() = object {
|
|
fun bar() = ":("
|
|
}
|