Minor. Update test data

This commit is contained in:
Ilmir Usmanov
2020-11-02 20:40:56 +01:00
parent 497b7ee266
commit 5f8fabed61
2 changed files with 1 additions and 10 deletions
@@ -1,10 +0,0 @@
// !LANGUAGE: +InlineClasses
// !DIAGNOSTICS: -UNUSED_VARIABLE
inline class Foo(val x: Int) {
init {}
init {
val f = 1
}
}
@@ -1,5 +1,6 @@
// !LANGUAGE: +InlineClasses
// !DIAGNOSTICS: -UNUSED_VARIABLE
// FIR_IDENTICAL
inline class Foo(val x: Int) {
init {}