fun test() { val x = ClassWithExternalAnnotatedMembers() x.methodWithNotNullParameter(null) }