added info about smart casts to diagnostic tests
This commit is contained in:
@@ -20,7 +20,7 @@ fun testExclExcl() {
|
||||
|
||||
fun testDataFlowInfoAfterExclExcl(a: Int?) {
|
||||
doInt(a!!)
|
||||
a + 1
|
||||
<!DEBUG_INFO_AUTOCAST!>a<!> + 1
|
||||
}
|
||||
|
||||
fun testUnnecessaryExclExcl(a: Int) {
|
||||
|
||||
Reference in New Issue
Block a user