package kotlin1 import java.util.* fun main(args : Array) { val al : ArrayList = ArrayList() al.clone() : Any // A type mismatch on this line means that jdk-annotations were not loaded }