Create expected quick-fix: check types accessibility before creation
Related to KT-27075
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
expect class Some
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
expect class Some
|
||||
|
||||
expect fun foo(some: List<Some>)
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create expected function in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual class Some
|
||||
|
||||
actual fun <caret>foo(some: List<Some>) {}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create expected function in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
actual class Some
|
||||
|
||||
actual fun foo(some: List<Some>) {}
|
||||
Reference in New Issue
Block a user