name clash when several files of the same package has different paths but the same name #KT-2713 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = box1() + "K"
|
||||
@@ -0,0 +1 @@
|
||||
fun box1() = "O"
|
||||
Reference in New Issue
Block a user