diff --git a/compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt b/compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt index 33656a3d663..960988f0aaa 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt +++ b/compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt @@ -5,6 +5,8 @@ import java.util.List public class Collections { public static final List emptyList() { + return null; + } } // FILE: 1.kt