[NoArg] Reorganize module structure of NoArg plugin
This commit is contained in:
committed by
teamcity
parent
0f757c300a
commit
8fc4962213
+14
@@ -0,0 +1,14 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
annotation class NoArg
|
||||
|
||||
@NoArg
|
||||
class Foo(val s1: String) {
|
||||
val s2: String = ""
|
||||
val l: List<String> = listOf()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val instance = Foo::class.java.newInstance()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user