mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
7 lines
128 B
Java
Vendored
7 lines
128 B
Java
Vendored
public final class A /* A*/ {
|
|
@kotlin.internal.InlineOnly()
|
|
private final void foo();// foo()
|
|
|
|
public A();// .ctor()
|
|
|
|
} |