[NoArg] Add implementation of plugin for FIR
This commit is contained in:
committed by
teamcity
parent
8acb8aa043
commit
5d0655247f
@@ -14,5 +14,5 @@ fun box(): String {
|
||||
val ms = Anno::class.java.declaredMethods
|
||||
|
||||
return (ms.single { it.name == "o" }.annotations.single() as Name).value +
|
||||
(ms.single { it.name == "k" }.annotations.single() as Name).value
|
||||
(ms.single { it.name == "k" }.annotations.single() as Name).value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user