mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
This is needed to update master to 1.4, while still testing the latest compiler by default. Also add one test on the old behavior.
13 lines
449 B
Plaintext
Vendored
13 lines
449 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class test/Foo {
|
|
public final static method foo(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
synthetic final class test/Foo__InlineOnlyPropertyMultifileKt {
|
|
public final static method foo(): void
|
|
public synthetic deprecated static @kotlin.internal.InlineOnly method getProp$annotations(): void
|
|
private final static method getProp(): java.lang.String
|
|
private final static method setProp(p0: java.lang.String): void
|
|
}
|