Disable tracking of Kotlin files by Java OOCB listener
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user