[IR] Forbid MFVC primary constructors default arguments
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-1179
This commit is contained in:
committed by
Space Team
parent
c6e54e6433
commit
adee33d3e5
+1
-1
@@ -19,7 +19,7 @@ value class B(val x: UInt) {
|
||||
}
|
||||
|
||||
@JvmInline
|
||||
value class C(val x: Int, val y: B, val z: String = "3")
|
||||
value class C(val x: Int, val y: B, val z: String)
|
||||
|
||||
@JvmInline
|
||||
value class D(val x: C) {
|
||||
|
||||
Reference in New Issue
Block a user