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
@@ -2084,6 +2084,8 @@ class LightTreeRawFirDeclarationBuilder(
2084
2084
): Pair<FirBlock?, FirContractDescription?> {
2085
2085
// TODO-HEADER-COMPILATION: Another option to produce empty methods
2086
2086
// TODO-HEADER-COMPILATION: is to make this function return nothing.
0 commit comments