Fail on compilation errors in AbstractBytecodeTextTest
This commit is contained in:
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
// FILE: Z.kt
|
||||
@Suppress("RESERVED_VAR_PROPERTY_OF_VALUE_CLASS")
|
||||
inline class Z(val x: Int) {
|
||||
val aVal: Int
|
||||
get() = x
|
||||
|
||||
Reference in New Issue
Block a user