For namespaces with multiple files keep 'Compiled from' information empty
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
|
||||
fun box() = {
|
||||
1
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
|
||||
fun box2() = {
|
||||
1
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class SingleClass {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user