From ec03c3b85d49e712ae14a9feec281631f9d337fb Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 28 Nov 2019 18:03:16 +0300 Subject: [PATCH] Minor: remove url to avoid difference in test data in 183 and 191 --- .../javaAgainstKotlin/ExtendingMutableInterfaces.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ExtendingMutableInterfaces.java b/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ExtendingMutableInterfaces.java index 99a982d8001..f4e2e6cdc23 100644 --- a/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ExtendingMutableInterfaces.java +++ b/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ExtendingMutableInterfaces.java @@ -8,7 +8,7 @@ public class EtendingMutableInterfaces { } - // Compiler bug causes remove(int) to clash https://youtrack.jetbrains.com/issue/KT-17782 + // Compiler bug causes remove(int) to clash, see KT-17782 //public static class ExtendCList1 extends CMutableList { // //}