mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
class Foo private constructor(val a: Int = 1) {}
|
|
|
|
// CLASS: Foo
|
|
// HAS_DEFAULT_CONSTRUCTOR: false
|