From 4ac870500f61bbbe2abd7fd2958f1e8c675f83dc Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Thu, 21 Dec 2017 15:54:00 +0300 Subject: [PATCH] Minor: Fix test data --- .../createClass/callExpression/quotedName.kt.after | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after index da9a8af3d70..6f17679de66 100644 --- a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after +++ b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after @@ -1,4 +1,5 @@ // "Create class 'A!u00A0'" "true" +// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError fun test() { val t = `A!u00A0`(1) }