Fix bug when chain is not detected if method expression is used
This commit is contained in:
committed by
Yan Zhulanow
parent
da731b9bae
commit
7cd1baff9d
@@ -36,4 +36,6 @@ class LocationPositiveChainTest : PositiveJavaStreamTest("location") {
|
||||
fun testInString() = doTest()
|
||||
fun testInVariableName() = doTest()
|
||||
fun testInMethodReference() = doTest()
|
||||
|
||||
fun testAsMethodExpression() = doTest()
|
||||
}
|
||||
Reference in New Issue
Block a user