CreateExpect: should save receiver annotations
#KT-32694 Fixed
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
annotation class SimpleA
|
||||
+1
@@ -0,0 +1 @@
|
||||
expect fun @receiver:SimpleA String.myExtension()
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// "Create expected function in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual fun @receiver:SimpleA String.<caret>myExtension() { println(this) }
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// "Create expected function in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual fun @receiver:SimpleA String.<caret>myExtension() { println(this) }
|
||||
Reference in New Issue
Block a user