Call Hierarchy: Forbid interfaces

#EA-64406 Fixed
This commit is contained in:
Alexey Sedunov
2015-08-18 13:59:54 +03:00
parent 2432571a8c
commit 06cca689fc
7 changed files with 31 additions and 2 deletions
@@ -0,0 +1,5 @@
interface <caret>T
class A : T {
val t: T? = null
}
@@ -0,0 +1 @@
Cannot apply action for element at caret
@@ -0,0 +1,5 @@
interface <caret>T
class A : T {
val t: T? = null
}
@@ -0,0 +1 @@
Cannot apply action for element at caret