6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
package test;
|
|
|
|
open class NotNullField() {
|
|
var hi: String = "";
|
|
}
|