Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/anonymousObjectChanged/usage.kt
T
Alexander Udalov 6ce8d6bd2e Serialize descriptors for local/anonymous classes on JVM
Reflection needs this information to work for local classes and anonymous
objects
2015-02-16 21:46:21 +03:00

6 lines
47 B
Kotlin
Vendored

package usage
import a.foo
fun bar() = foo()