mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 15:51:59 +00:00
5 lines
85 B
Groff
Vendored
5 lines
85 B
Groff
Vendored
import org.jetbrains.annotations.NotNull;
|
|
|
|
class A {
|
|
@NotNull String s = "A.s";
|
|
} |