From 3253907317026e360bb7fae27584b888cb5f6814 Mon Sep 17 00:00:00 2001 From: "anastasiia.spaseeva" Date: Fri, 10 Jan 2020 13:09:36 +0300 Subject: [PATCH] [Spec tests] Hotfix for not-null-assertion-expression test --- .../expressions/not-null-assertion-expression/p-4/pos/1.1.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-4/pos/1.1.kt b/compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-4/pos/1.1.kt index 7e91778170e..dd7b34ce7cf 100644 --- a/compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-4/pos/1.1.kt +++ b/compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-4/pos/1.1.kt @@ -9,7 +9,7 @@ * PLACE: expressions, not-null-assertion-expression -> paragraph 4 -> sentence 1 * NUMBER: 1 * DESCRIPTION: The type of non-null assertion e!! expression is the non-nullable variant of the type of e. - * HELPERS: checktype + * HELPERS: checkType */