Report error on local variables having no initializer and no type annotation
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
val <!VARIABLE_WITH_NO_TYPE_NO_INITIALIZER, UNUSED_VARIABLE!>a<!>
|
||||
}
|
||||
Reference in New Issue
Block a user