fun foo() { var x: String class A { init { x = "" } } x.length }