blob: af288e9b039f84055c3e7f0b627c021d7ca02e53 [file] [log] [blame]
class Foo(val a: Int = 1, val b: String = "b") {}
// CLASS: Foo
// HAS_DEFAULT_CONSTRUCTOR: true