Mark expressions for correct recognition by "unreachable code"
This commit is contained in:
@@ -137,9 +137,9 @@ fun tf() : Int {
|
||||
}
|
||||
|
||||
fun failtest(<!UNUSED_PARAMETER!>a<!> : Int) : Int {
|
||||
if (fail() || <!UNREACHABLE_CODE!>true<!>) {
|
||||
if (fail() || <!UNREACHABLE_CODE!>true<!>) <!UNREACHABLE_CODE!>{
|
||||
|
||||
}
|
||||
}<!>
|
||||
<!UNREACHABLE_CODE!>return 1<!>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user