808c5abc0f
#KT-3085 Fixed
5 lines
97 B
Kotlin
Vendored
5 lines
97 B
Kotlin
Vendored
public class Foo(val a: Int = 1, val b: Int) {}
|
|
|
|
// CLASS: Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: false
|