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