blob: 693783e8e2760817a76ad35906ca870c6df6306b [file] [log] [blame]
// "Add non-null asserted (!!) call" "false"
// ACTION: Add 'const' modifier
// ACTION: Add 'toString()' call
// ACTION: Change type of 'x' to 'String?'
// ACTION: Convert property initializer to getter
// ERROR: Null can not be a value of a non-null type String
val x: String = null<caret>