[AA] allow to skip keywords completely
no need in fun/val/var in file structure
This commit is contained in:
+6
@@ -27,5 +27,11 @@ public interface KtKeywordRenderer {
|
|||||||
printer.append(keyword.value)
|
printer.append(keyword.value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public object NONE : KtKeywordRenderer {
|
||||||
|
context(KtAnalysisSession)
|
||||||
|
override fun renderKeyword(keyword: KtKeywordToken, owner: KtAnnotated, printer: PrettyPrinter) {
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user