Fail on compilation errors in AbstractBytecodeTextTest

This commit is contained in:
Mikhael Bogdanov
2021-02-17 13:41:33 +01:00
parent 61fce74b76
commit 3d8e8dd3ba
11 changed files with 21 additions and 8 deletions
@@ -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