Added second quickfix on conflicting extension to mark it hidden and deprecated
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
import java.io.File
|
||||
import utils.name
|
||||
|
||||
fun foo(file: File, thread: Thread) {
|
||||
print(file.name)
|
||||
print(thread.name)
|
||||
}
|
||||
Reference in New Issue
Block a user