Create expected quick-fix: check types accessibility before creation
Related to KT-27075
This commit is contained in:
+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