Report warning for several modules with same name on module path
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import foo.Foo
|
||||
import bar.Bar
|
||||
|
||||
fun usage(): String {
|
||||
val f: Foo = Foo()
|
||||
val b: Bar = Bar()
|
||||
return "$f$b"
|
||||
}
|
||||
Reference in New Issue
Block a user