[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
@@ -7,7 +7,7 @@ class Derived : Base {
|
||||
|
||||
fun setValue(v: Any) {
|
||||
when {
|
||||
v is String -> { //BLOCK
|
||||
v is String -> { // BLOCK
|
||||
#value = v /*as String */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user