Skip to content

Commit 945cafa

Browse files
committed
minor refactor in cfg test
1 parent e8a9ec9 commit 945cafa

File tree

1 file changed

+2
-2
lines changed
  • compiler/fir/analysis-tests/testData/resolve/cfg

1 file changed

+2
-2
lines changed

compiler/fir/analysis-tests/testData/resolve/cfg/selfTypes.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class InnerClass {
3636
}
3737
}
3838

39-
class StaticClass {
39+
class NestedClass {
4040
@Self
41-
class Static {
41+
class Nested {
4242
fun returnType(): Self {
4343
return this as Self
4444
}

0 commit comments

Comments
 (0)