ShortenReferences: add test with lots of FqName with root prefix

This commit is contained in:
Dmitry Gridin
2019-10-01 18:25:03 +07:00
parent bf7c325f43
commit 40c3e436d1
4 changed files with 3033 additions and 0 deletions
@@ -0,0 +1,9 @@
package one.two.three.four.five.six.seven.eight.nine.ten
fun somefun(): String = ""
fun Any.somefun(): String = ""
fun otherfun() = Unit
class MyClass
class OtherClass