From 189bc1e2a9110a945afa8c36f2ffa0c9ef4c4d56 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Wed, 22 Jul 2020 13:27:31 +0200 Subject: Rename constructors to a classname --- .../content/signatures/SkippingParenthesisForConstructorsTest.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/base/src/test/kotlin/content') diff --git a/plugins/base/src/test/kotlin/content/signatures/SkippingParenthesisForConstructorsTest.kt b/plugins/base/src/test/kotlin/content/signatures/SkippingParenthesisForConstructorsTest.kt index 7de48664..90a38055 100644 --- a/plugins/base/src/test/kotlin/content/signatures/SkippingParenthesisForConstructorsTest.kt +++ b/plugins/base/src/test/kotlin/content/signatures/SkippingParenthesisForConstructorsTest.kt @@ -174,13 +174,13 @@ class ConstructorsSignaturesTest : AbstractCoreTest() { header { +"Constructors" } table { group { - link { +"" } + link { +"SomeClass" } functionSignature( annotations = emptyMap(), visibility = "", modifier = "", keywords = emptySet(), - name = "" + name = "SomeClass" ) } } @@ -226,7 +226,7 @@ class ConstructorsSignaturesTest : AbstractCoreTest() { header { +"Constructors" } table { group { - link { +"" } + link { +"SomeClass" } platformHinted { group { group { @@ -235,7 +235,7 @@ class ConstructorsSignaturesTest : AbstractCoreTest() { } group { +"fun" - link { +"" } + link { +"SomeClass" } +"(a:" group { link { +"String" } -- cgit