808c5abc0f
#KT-3085 Fixed
7 lines
109 B
Kotlin
7 lines
109 B
Kotlin
private class A {
|
|
public class Foo(val a: Int = 1) {}
|
|
}
|
|
|
|
// CLASS: A$Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: false
|