Minor: remove url to avoid difference in test data in 183 and 191

This commit is contained in:
Nikolay Krasko
2019-11-28 18:03:16 +03:00
parent 9c0c9ea849
commit ec03c3b85d
@@ -8,7 +8,7 @@ public class EtendingMutableInterfaces {
}
// Compiler bug causes remove(int) to clash <info descr="Open in browser (Ctrl+Click, Ctrl+B)">https://youtrack.jetbrains.com/issue/KT-17782</info>
// Compiler bug causes remove(int) to clash, see KT-17782
//public static class ExtendCList1<E> extends CMutableList<E> {
//
//}