mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
- 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" |