FIR Java: make method annotations lazy
This commit is contained in:
+1
-3
@@ -449,9 +449,7 @@ object ImplementationConfigurator : AbstractFirTreeImplementationConfigurator()
|
||||
default("name", "Name.identifier(\"value\")")
|
||||
}
|
||||
|
||||
impl(simpleFunction) {
|
||||
kind = OpenClass
|
||||
}
|
||||
impl(simpleFunction)
|
||||
|
||||
impl(safeCallExpression) {
|
||||
useTypes(safeCallCheckedSubjectType)
|
||||
|
||||
Reference in New Issue
Block a user