JVM IR: support noarg compiler plugin
#KT-41265 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
annotation class NoArg
|
||||
|
||||
class Outer {
|
||||
@NoArg
|
||||
class Nested(a: Long)
|
||||
}
|
||||
Reference in New Issue
Block a user