poohbar
class MyClass(var prop: String) fun foo() { MyClass("Hi") .apply { prop = prop } // dumb mistake here }