// IS_APPLICABLE: false class C { var foo: Foo? = null } inline class Foo(val value: String)