Format spaces around !is and !in (KT-13314)
#KT-13314 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
b53cb91e88
commit
926deebff5
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
if (1 !in intArrayOf()) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user