Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.util.HashSet
|
||||
|
||||
open class Base
|
||||
|
||||
fun <T: Base> Set<List<T>>.extensionInternal() = 12
|
||||
|
||||
fun some() {
|
||||
HashSet<List<Base>>().ex<caret>
|
||||
}
|
||||
|
||||
// EXIST: extensionInternal
|
||||
Reference in New Issue
Block a user