Format spaces around !is and !in (KT-13314)

#KT-13314 Fixed
This commit is contained in:
Kirill Rakhman
2016-08-09 20:27:00 +02:00
committed by Nikolay Krasko
parent b53cb91e88
commit 926deebff5
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fun f() {
if (1 !in intArrayOf()) {
}
}