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