Skip to content

Commit

Permalink
minor refactor in cfg test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim092001 committed Jul 30, 2022
1 parent e8a9ec9 commit 945cafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/fir/analysis-tests/testData/resolve/cfg/selfTypes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class InnerClass {
}
}

class StaticClass {
class NestedClass {
@Self
class Static {
class Nested {
fun returnType(): Self {
return this as Self
}
Expand Down

0 comments on commit 945cafa

Please sign in to comment.