show "defined in" for declarations in quick doc popup
#KT-7320 Fixed
This commit is contained in:
@@ -14,5 +14,5 @@ fun test() {
|
||||
D().f<caret>oo
|
||||
}
|
||||
|
||||
//INFO: <b>internal</b> <b>open</b> <b>val</b> foo: Int<br/><p>This property returns zero.
|
||||
//INFO: <b>internal</b> <b>open</b> <b>val</b> foo: Int <i>defined in</i> D<br/><p>This property returns zero.
|
||||
//INFO: </p>
|
||||
|
||||
Reference in New Issue
Block a user