QuickFixMultiModule: change tests structure
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Make 'getInternal' internal" "true"
|
||||
|
||||
internal expect class Internal
|
||||
|
||||
expect fun <caret>getInternal(): Internal
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Make 'getInternal' internal" "true"
|
||||
|
||||
internal expect class Internal
|
||||
|
||||
internal expect fun getInternal(): Internal
|
||||
Reference in New Issue
Block a user