Formatter: Remove spaces before question mark in nullable types (KT-12830)

#KT-12830 Fixed
This commit is contained in:
Kirill Rakhman
2016-06-23 22:54:30 +02:00
committed by Nikolay Krasko
parent 9a50e91cd8
commit 0320bd8184
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
fun foo(): String? = ""
+1
View File
@@ -0,0 +1 @@
fun foo(): String ? = ""