Minor. Update test data
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
inline class ConstructorWithDefaultVisibility(val x: Int)
|
||||
inline class PublicConstructor public constructor(val x: Int)
|
||||
inline class InternalConstructor internal constructor(val x: Int)
|
||||
inline class ProtectedConstructor protected constructor(val x: Int)
|
||||
inline class PrivateConstructor private constructor(val x: Int)
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// FIR_IDENTICAL
|
||||
|
||||
inline class ConstructorWithDefaultVisibility(val x: Int)
|
||||
inline class PublicConstructor public constructor(val x: Int)
|
||||
|
||||
Reference in New Issue
Block a user