// ERROR: Cannot perform refactoring.\nVariable v has no initializer fun f() { val v: Int println(v) }