efa981db36
#KT-29844 Fixed
10 lines
107 B
Plaintext
Vendored
10 lines
107 B
Plaintext
Vendored
// "Create class 'Bar'" "true"
|
|
// DISABLE-ERRORS
|
|
class Foo
|
|
|
|
val bar = Bar(Foo())
|
|
|
|
class Bar(foo: Foo) {
|
|
|
|
}
|