Drop package facades:
- update tests - cleanup JetTyMapper after rebase
This commit is contained in:
@@ -31,4 +31,7 @@ class Class {
|
||||
var nullableVarWithGetSet: String?
|
||||
@[NotNull] get() = ""
|
||||
@[NotNull] set(v) {}
|
||||
|
||||
private val privateNN: String = ""
|
||||
private val privateN: String? = ""
|
||||
}
|
||||
Reference in New Issue
Block a user