FIR IDE: add test for super keyword completion with qualifier
This commit is contained in:
committed by
TeamCityServer
parent
0a6243fc67
commit
48b69b4f3f
@@ -0,0 +1,12 @@
|
||||
// FIR_IDENTICAL
|
||||
// FIR_COMPARISON
|
||||
class X: List<Int>, Comparable<Int> {
|
||||
init {
|
||||
sup<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: super
|
||||
// EXIST: super<List>
|
||||
// EXIST: super<Comparable>
|
||||
// NOTHING_ELSE
|
||||
Generated
+609
-588
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user