You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/fir/raw-fir/light-tree2fir/src/org/jetbrains/kotlin/fir/lightTree/converter/LightTreeRawFirDeclarationBuilder.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2108,6 +2108,8 @@ class LightTreeRawFirDeclarationBuilder(
2108
2108
): Pair<FirBlock?, FirContractDescription?> {
2109
2109
// TODO-HEADER-COMPILATION: Another option to produce empty methods
2110
2110
// TODO-HEADER-COMPILATION: is to make this function return nothing.
0 commit comments