A quick fix for 'Raw type in is-expression'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Add '<*, *>'" "true"
|
||||
public fun foo(a: Any) {
|
||||
a is jet.Map<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user