Files
2014-09-16 19:32:37 +04:00

6 lines
83 B
Kotlin
Vendored

package test
public open class NotNullField() {
public var hi: String = "";
}