Type-related quick fixes: Render types using fully qualified names
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// "Add parameter to function 'foo'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
import kotlin.modules.ModuleBuilder
|
||||
|
||||
fun foo(x: Int,
|
||||
moduleBuilder: ModuleBuilder) {
|
||||
foo(, ModuleBuilder("", ""));
|
||||
foo(1, ModuleBuilder("", ""));
|
||||
foo(2, ModuleBuilder("", ""));
|
||||
}
|
||||
Reference in New Issue
Block a user