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