Test local inspections on the fly via highlighting
Fixes problem with INFORMATION highlight type in batch mode (IDEA 181). It's no more required to report INFORMATIONs in unit tests in batch.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// HIGHLIGHT: INFORMATION
|
||||
|
||||
fun foo() {
|
||||
var a: Boolean? = null
|
||||
val x = a<caret> ?: false
|
||||
|
||||
Reference in New Issue
Block a user