// "Change '$foo' to 'foo'" "true" abstract class Foo { abstract var foo : String fun bar() = $foo + "bar" }