diff --git a/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt b/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt index 403f69fdefb..e75c31987d6 100644 --- a/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt +++ b/idea/testData/editor/quickDoc/JavaMethodUsedInKotlin.kt @@ -2,6 +2,7 @@ fun ktTest() { Test.foo("SomeTest") } -//INFO: Test
@Contract(value = "_ -> !null", pure = true) 
+//INFO:     Test
@Contract(pure = true) 
+//INFO: @org.jetbrains.annotations.NotNull 
 //INFO: public static Object[] foo(String param)
//INFO: Java Method