[FIR] Implement light tree DECLARATION_NAME & SIGNATURE strategies

This commit is contained in:
Mikhail Glukhikh
2020-11-17 16:17:01 +03:00
parent 42c59f7383
commit 3dec848c03
6 changed files with 132 additions and 38 deletions
@@ -87,9 +87,9 @@ class WithNestedFun<K> {
}
fun <T> local() {
<!LOCAL_INTERFACE_NOT_ALLOWED!>fun interface LocalFun {
<!LOCAL_INTERFACE_NOT_ALLOWED!>fun interface LocalFun<!> {
fun invoke(element: T)
}<!>
}
}
fun interface WithDefaultValue {