Auto-import before object declaration corrupts code
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
object some {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
import java.util.HashSet
|
||||
|
||||
object some {
|
||||
}
|
||||
Reference in New Issue
Block a user