[analysis api] make KtCallableSymbol to be sealed class
This commit is contained in:
+1
@@ -234,6 +234,7 @@ internal fun FirLightClassBase.createMethods(
|
||||
suppressStatic = suppressStatic
|
||||
)
|
||||
is KtConstructorSymbol -> error("Constructors should be handled separately and not passed to this function")
|
||||
else -> { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user