Replace not debug usages of DescriptorRenderer.DEBUG_TEXT to DescriptorRenderer.FQ_NAMES_IN_TYPES.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// PARAM_DESCRIPTOR: private final fun Named.foo(): [@org.jetbrains.annotations.NotNull] String defined in Test
|
||||
// PARAM_DESCRIPTOR: private final fun Named.foo(): kotlin.String defined in Test
|
||||
// PARAM_TYPES: Named
|
||||
public class Test {
|
||||
private fun Named.foo() = <selection>name</selection>
|
||||
|
||||
Reference in New Issue
Block a user