Rename test data folder: libraries -> decompiler
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package a
|
||||
|
||||
class Foo
|
||||
@@ -0,0 +1,6 @@
|
||||
package b
|
||||
|
||||
import a.*
|
||||
|
||||
fun doSomething(f: Foo, t: Thread, s: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user