CreateExpect: should prefer type aliases
#KT-32571 Fixed
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
expect class SomeString
|
||||
// It would be great to have SomeString in foo() below, but it's problematic
|
||||
expect fun foo(): String
|
||||
expect fun foo(): SomeString
|
||||
Reference in New Issue
Block a user