fix some tests for as36
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package pack
|
||||
|
||||
internal class C @JvmOverloads constructor(
|
||||
a: Int = 0,
|
||||
b: Int = 0,
|
||||
c: Int = 0,
|
||||
d: Int = 0,
|
||||
e: Int = 0
|
||||
) {
|
||||
|
||||
constructor(a: Int) : this(a, 0, 0, 0, 1) {}
|
||||
}
|
||||
Reference in New Issue
Block a user