>>> (listOf(1) as List).unresolved() error: unresolved reference: unresolved (listOf(1) as List).unresolved() ^ >>> listOf(1!!) error: the integer literal does not conform to the expected type String? listOf(1!!) ^ error: type mismatch: inferred type is Int but String was expected listOf(1!!) ^