[FIR] Introduce new algorithm for building CFG for declarations
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ val x3 = run {
|
||||
throw Exception()
|
||||
}
|
||||
|
||||
class LocalClass {
|
||||
class InitializerLocalClass {
|
||||
init {
|
||||
throw Exception()
|
||||
1
|
||||
@@ -27,7 +27,7 @@ val x3 = run {
|
||||
throw Exception()
|
||||
}
|
||||
get() {
|
||||
class LocalClass {
|
||||
class GetterLocalClass {
|
||||
init {
|
||||
throw Exception()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user