Specify relevant declaration type in "create actual" fix #KT-20325 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// "Create actual annotation class for platform JVM" "true"
|
||||
|
||||
expect annotation class <caret>Ann(val x: Int, val y: String)
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create actual annotation class for platform JVM" "true"
|
||||
|
||||
expect annotation class Ann(val x: Int, val y: String)
|
||||
Reference in New Issue
Block a user