Don't report redundant semicolon for a call before lambda expression
So #KT-22719 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f9555f3f64
commit
059a797e10
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
fun test() {
|
||||
foo()<caret>;
|
||||
// comment
|
||||
{ i: Int -> }.doIt()
|
||||
}
|
||||
fun foo() {}
|
||||
fun ((Int) -> Unit).doIt() {}
|
||||
Reference in New Issue
Block a user