FIR IDE: add test for super keyword completion with qualifier

This commit is contained in:
Ilya Kirillov
2021-05-19 16:09:27 +02:00
committed by TeamCityServer
parent 0a6243fc67
commit 48b69b4f3f
3 changed files with 628 additions and 588 deletions
@@ -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
File diff suppressed because it is too large Load Diff