mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-06 15:53:19 +00:00
24 lines
388 B
Java
Vendored
24 lines
388 B
Java
Vendored
public final class UInt /* UInt*/ {
|
|
}
|
|
|
|
public enum Foo /* Foo*/ {
|
|
;
|
|
|
|
public final int getX();// getX()
|
|
|
|
}
|
|
|
|
public final class InlinedDelegate /* InlinedDelegate*/<T> {
|
|
@null()
|
|
public final T getNode();// getNode()
|
|
|
|
}
|
|
|
|
public final class InlineInheritance /* InlineInheritance*/ {
|
|
public final int getV();// getV()
|
|
|
|
public int getX();// getX()
|
|
|
|
public int y();// y()
|
|
|
|
} |