@Suppress("UNUSED_VARIABLE") fun test() { val x = ClassWithExternalAnnotatedMembers() val y: String = x.nullableMethod() }