[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// !LANGUAGE: -InlineClasses
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
inline class Foo(val x: Int)
|
||||
|
||||
inline annotation class InlineAnn
|
||||
inline object InlineObject
|
||||
inline enum class InlineEnum
|
||||
|
||||
inline class NotVal(x: Int)
|
||||
Reference in New Issue
Block a user