Don't show type for reference expressions inside KtCallableReference (KT-14530)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
run(::<caret>foo)
|
||||
}
|
||||
|
||||
// TYPE: ::foo -> <html>KFunction0<Unit></html>
|
||||
// TYPE: run(::foo) -> <html>Unit</html>
|
||||
Reference in New Issue
Block a user