Drop AbstractLazyResolveRecursiveComparingTest test
Test data from compiler/testData/lazyResolve/ was moved to diagnostics tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package
|
||||
|
||||
package test {
|
||||
internal val fromImported: kotlin.Int = 1
|
||||
internal val normal: kotlin.Int = 1
|
||||
}
|
||||
|
||||
package testOther {
|
||||
internal val fromImported: kotlin.Int = 1
|
||||
internal val some: kotlin.Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user