mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
show "defined in" for declarations in quick doc popup
#KT-7320 Fixed
This commit is contained in:
@@ -8,5 +8,5 @@ class Testing {
|
||||
}
|
||||
}
|
||||
|
||||
//INFO: <b>internal</b> <b>fun</b> foo(bar: Int): Unit<br/><p>KDoc foo
|
||||
//INFO: <b>internal</b> <b>fun</b> foo(bar: Int): Unit <i>defined in</i> some<br/><p>KDoc foo
|
||||
//INFO: </p>
|
||||
|
||||
Reference in New Issue
Block a user