Introduct "Redundant 'with' call" inspection #KT-6633 Fixed
This commit is contained in:
committed by
Natalia Selezneva
parent
58becffb1f
commit
4c34ced1fa
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
<caret>with ("") {
|
||||
println("1")
|
||||
println("2")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user