Redundant semicolon: don't report when semicolon is between type and '!'
#KT-38240 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
8e8171547b
commit
4cf83d9526
+9
@@ -0,0 +1,9 @@
|
||||
// PROBLEM: none
|
||||
fun test(a: Any) {
|
||||
foo {
|
||||
val b = a as Boolean;<caret>
|
||||
!b
|
||||
}
|
||||
}
|
||||
|
||||
fun foo(f: () -> Boolean) {}
|
||||
Reference in New Issue
Block a user