mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Drop package facades:
- update tests - cleanup JetTyMapper after rebase
This commit is contained in:
@@ -7,6 +7,8 @@ public final class Class {
|
||||
private final java.lang.String notNullVal = "";
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private java.lang.String notNullVar;
|
||||
private final java.lang.String privateNN = "";
|
||||
private final java.lang.String privateN = "";
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public final java.lang.String notNull(@org.jetbrains.annotations.NotNull java.lang.String a) { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user