diff --git a/idea/testData/editor/quickDoc/JavaClassUsedInKotlin.kt b/idea/testData/editor/quickDoc/JavaClassUsedInKotlin.kt index 69728726e65..0a90ce35765 100644 --- a/idea/testData/editor/quickDoc/JavaClassUsedInKotlin.kt +++ b/idea/testData/editor/quickDoc/JavaClassUsedInKotlin.kt @@ -5,4 +5,4 @@ fun testing() { //INFO:
Type parameters: | <T> – |
Type parameters: | <T> – |
Type parameters: | <T> – |
A
protected open fun overrideMe(): Unit
Description copied from class: |
| ||||
Overrides: |
|
A
protected open fun overrideMe(): Unit
Description copied from class: |
|
Overrides: |
|
A
public open fun overrideMe(): Unit
Description copied from interface: |
| ||||
Specified by: |
|
A
public open fun overrideMe(): Unit
Description copied from interface: |
|
Specified by: |
|
Test
@Contract(pure = true) +//INFO:Test
@Contract(value = "_ -> new", pure = true) //INFO: @NotNull//INFO: public staticObject[] foo(Stringparam)//INFO: Java Method -//INFO:
Inferred annotations: | @org.jetbrains.annotations.Contract(pure = true) @ |
Inferred annotations: | @org.jetbrains.annotations.Contract(value = "_ -> new", pure = true) @org.jetbrains.annotations.NotNull |
Inferred annotations: | @org.jetbrains.annotations.Contract(pure = true) @ |
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Throws: |
|
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Throws: |
|
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Throws: |
|
testOnFunctionDeclarationWithPackage.kt
public fun testFun( //INFO: first: String, //INFO: second: Int -//INFO: ): Int
Test function
Params: |
|
Test function
Params: |
|
testOnFunctionDeclarationWithPackage.kt
public fun testFun( +//INFO: first: String, +//INFO: second: Int +//INFO: ): Int
Test function
Params: |
|
OnMethodUsage.kt
public fun testMethod( //INFO: a: Int, //INFO: b: String -//INFO: ): Unit
Some documentation
Params: |
|
Some documentation
Params: |
|
OnMethodUsage.kt
public fun testMethod( +//INFO: a: Int, +//INFO: b: String +//INFO: ): Unit
Some documentation
Params: |
|
OnMethodUsageWithBracketsInParam.kt
public fun testMethod( //INFO: a: Int, //INFO: b: String -//INFO: ): Unit
Some documentation
Params: |
|
Some documentation
Params: |
|
OnMethodUsageWithBracketsInParam.kt
public fun testMethod( +//INFO: a: Int, +//INFO: b: String +//INFO: ): Unit
Some documentation
Params: |
|
OnMethodUsageWithMultilineParam.kt
public fun testMethod( //INFO: test: String -//INFO: ): Unit
Some documentation on two lines.
Params: |
|
Some documentation on two lines.
Params: |
|
OnMethodUsageWithMultilineParam.kt
public fun testMethod( +//INFO: test: String +//INFO: ): Unit
Some documentation on two lines.
Params: |
|
OnMethodUsageWithReceiver.kt
public fun Int.testMethod( //INFO: b: String -//INFO: ): Unit
Some documentation
Receiver: | Some int |
Params: |
|
Returns: | Return a and nothing else |
Some documentation
Receiver: | Some int |
Params: |
|
Returns: | Return a and nothing else |
OnMethodUsageWithReceiver.kt
public fun Int.testMethod( +//INFO: b: String +//INFO: ): Unit
Some documentation
Receiver: | Some int |
Params: |
|
Returns: | Return a and nothing else |
OnMethodUsageWithReturnAndLink.kt
public fun testMethod( //INFO: a: Int, //INFO: b: String -//INFO: ): Unit
Some documentation
Params: |
|
Returns: | Return a and nothing else |
Some documentation
Params: |
|
Returns: | Return a and nothing else |
OnMethodUsageWithReturnAndLink.kt
public fun testMethod( +//INFO: a: Int, +//INFO: b: String +//INFO: ): Unit
Some documentation
Params: |
|
Returns: | Return a and nothing else |
OnMethodUsageWithReturnAndThrows.kt
public fun testMethod( //INFO: a: Int, //INFO: b: String -//INFO: ): Unit
Some documentation
Params: |
|
Returns: | Return value |
Throws: |
|
Some documentation
Params: |
|
Returns: | Return value |
Throws: |
|
OnMethodUsageWithReturnAndThrows.kt
public fun testMethod( +//INFO: a: Int, +//INFO: b: String +//INFO: ): Unit
Some documentation
Params: |
|
Returns: | Return value |
Throws: |
|
OnMethodUsageWithSee.kt
public fun testMethod(): Unit
See Also: | C, D, kotlin |
OnMethodUsageWithSee.kt
public fun testMethod(): Unit
See Also: | C, D, kotlin |
OnMethodUsageWithSee.kt
public fun testMethod(): Unit
See Also: | C, D, kotlin |
OnMethodUsageWithTypeParameter.kt
public fun <T> testMethod( //INFO: a: Int, //INFO: b: String -//INFO: ): Unit
Some documentation
Params: |
|
Some documentation
Params: |
|
OnMethodUsageWithTypeParameter.kt
public fun <T> testMethod( +//INFO: a: Int, +//INFO: b: String +//INFO: ): Unit
Some documentation
Params: |
|
magicSamples.kt
public fun castTextSpell( //INFO: spell: String -//INFO: ): Unit
Samples: |
|