[analysis api] make KtCallableSymbol to be sealed class

This commit is contained in:
Ilya Kirillov
2022-06-07 17:48:21 +02:00
parent 2e35e513ee
commit 2db73af75e
2 changed files with 2 additions and 1 deletions
@@ -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 -> { }
}
}