2519641b2b
- initial implementation of JvmFileClassesProvider
- migrate some of PackagePartClassUtil usages to JvmFileClassesProvider (mostly in Codegen)
- placeholder ("no resolve") implementation for migration period and unclear cases
- tests
2 lines
51 B
Kotlin
Vendored
2 lines
51 B
Kotlin
Vendored
@file:jvmName("Foo")
|
|
public fun foo(): String = "O" |