mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-12 00:21:30 +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()
|
|
|
|
} |