Format spaces in cast expression (KT-12035)

#KT-12035 Fixed
This commit is contained in:
Kirill
2016-04-23 17:07:40 +02:00
committed by Nikolay Krasko
parent a00c524074
commit 01b754b318
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
val a = 1 as Int
}
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
val a = 1 as Int
}