Formatter: format around safe cast operator as? (KT-32324)
#KT-32324 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
44e9090931
commit
9f6e88d571
+3
@@ -0,0 +1,3 @@
|
||||
fun main(a: Any) {
|
||||
a as? String
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun main(a: Any) {
|
||||
a as?String
|
||||
}
|
||||
Reference in New Issue
Block a user