diff --git a/idea/testData/parameterInfo/functionCall/NotAccessible.kt b/idea/testData/parameterInfo/functionCall/NotAccessible.kt index d479deb45d2..67ff8fe93a7 100644 --- a/idea/testData/parameterInfo/functionCall/NotAccessible.kt +++ b/idea/testData/parameterInfo/functionCall/NotAccessible.kt @@ -6,6 +6,7 @@ class C { fun f(c: C) { c.foo(1) } +// TODO: wrong name resolution. see: KT-11763 /* -Text: (), Disabled: true, Strikeout: false, Green: true +Text: (), Disabled: true, Strikeout: false, Green: false */ \ No newline at end of file