removing static type assertions work in progress
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
fun foo() {
|
||||
var v = Box<String?>()
|
||||
(v: Box<String?<caret>?>)++
|
||||
(v as Box<String?<caret>?>)++
|
||||
}
|
||||
|
||||
class Box<T> {
|
||||
|
||||
Reference in New Issue
Block a user