CreateExpect: should prefer type aliases
#KT-32571 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
expect val some: HashMap<Int, Int>
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// "Create expected property in common module proj_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual val some<caret>: HashMap<Int, Int> = TODO()
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// "Create expected property in common module proj_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual val some: HashMap<Int, Int> = TODO()
|
||||
Reference in New Issue
Block a user