Minor. Update test data
This commit is contained in:
compiler/testData/diagnostics/tests/inlineClasses/presenceOfInitializerBlockInsideInlineClass.fir.kt
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
|
||||
inline class Foo(val x: Int) {
|
||||
init {}
|
||||
|
||||
init {
|
||||
val f = 1
|
||||
}
|
||||
}
|
||||
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
// FIR_IDENTICAL
|
||||
|
||||
inline class Foo(val x: Int) {
|
||||
init {}
|
||||
|
||||
Reference in New Issue
Block a user