Minor, move irText tests on data classes to a subdirectory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// This test emulates 'allopen' compiler plugin.
|
||||
|
||||
@Suppress("INCOMPATIBLE_MODIFIERS")
|
||||
open data class ValidatedProperties(
|
||||
open val test1: String,
|
||||
open val test2: String
|
||||
)
|
||||
Reference in New Issue
Block a user