Disable tracking of Kotlin files by Java OOCB listener

This commit is contained in:
Dmitry Jemerov
2017-07-26 17:14:38 +02:00
parent aafe7e6f1b
commit d6a9a49968
2 changed files with 8 additions and 5 deletions
@@ -1,10 +1,7 @@
// TRUE
// Can't result to false as there's no body expression, so it's considered to be changes in JavaCodeBlockModificationListener.
// FALSE
open class A(a: () -> Unit) {
constructor(f: (String) -> Unit) : this({ -> f("") })
}
class B: A({ s<caret> -> "1" })
// SKIP_ANALYZE_CHECK