mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
7 lines
129 B
Java
Vendored
7 lines
129 B
Java
Vendored
public final class A /* a.A*/ {
|
|
@kotlin.Deprecated(message = "f")
|
|
public final void f();// f()
|
|
|
|
public A();// .ctor()
|
|
|
|
} |