JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//KT-843 Don't highlight incomplete variables as unused
|
||||
|
||||
package kt843
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
// Integer type
|
||||
val<!SYNTAX!><!> // this word is grey, which looks strange
|
||||
}
|
||||
Reference in New Issue
Block a user