FIR: introduce inline classes checks
This commit is contained in:
committed by
Mikhail Glukhikh
parent
9cc8f44390
commit
f6e564ffa6
Vendored
+2
-2
@@ -8,7 +8,7 @@ expect inline class Foo1(val x: Int) {
|
||||
|
||||
expect inline class Foo2(val x: Int)
|
||||
|
||||
expect inline class Foo3
|
||||
expect <!ABSENCE_OF_PRIMARY_CONSTRUCTOR_FOR_INLINE_CLASS!>inline<!> class Foo3
|
||||
|
||||
expect class NonInlineExpect
|
||||
|
||||
@@ -21,7 +21,7 @@ actual inline class Foo1(val x: Int) {
|
||||
actual fun bar(): String = "Hello"
|
||||
}
|
||||
actual inline class Foo2(val x: String)
|
||||
actual inline class Foo3
|
||||
actual <!ABSENCE_OF_PRIMARY_CONSTRUCTOR_FOR_INLINE_CLASS!>inline<!> class Foo3
|
||||
|
||||
actual inline class NonInlineExpect(val x: Int)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user