From ac69fa14d56c828d8971480117da2fa47cc7400b Mon Sep 17 00:00:00 2001 From: John Eismeier Date: Mon, 12 Mar 2018 09:55:28 -0400 Subject: [PATCH] Is the Interface with out the f a type? --- .../tests/scopes/classHeader/classGenericParameters.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/diagnostics/tests/scopes/classHeader/classGenericParameters.kt b/compiler/testData/diagnostics/tests/scopes/classHeader/classGenericParameters.kt index 96564d35835..cc49f8328c2 100644 --- a/compiler/testData/diagnostics/tests/scopes/classHeader/classGenericParameters.kt +++ b/compiler/testData/diagnostics/tests/scopes/classHeader/classGenericParameters.kt @@ -1,6 +1,6 @@ // !DIAGNOSTICS: -UNUSED_PARAMETER -class ANested, F: Inner, G: Interace> { +class ANested, F: Inner, G: Interface> { class Nested @@ -9,7 +9,7 @@ class ANested, F: Inner< interface Interface } -class B where T : Nested, F: Inner, G: Interace { +class B where T : Nested, F: Inner, G: Interface { class Nested