8 lines
123 B
Kotlin
8 lines
123 B
Kotlin
package test
|
|
|
|
import java.util.*
|
|
|
|
public open class WrongFieldInitializer : Object() {
|
|
public var foo : String? = ""
|
|
}
|