@Suppress("UNCHECKED_CAST)
val fuga = hoge as? String
こんな感じでSuppressアノテーションをつけるとwarningsが消える
Go to list of users who liked
More than 5 years have passed since last update.
@Suppress("UNCHECKED_CAST)
val fuga = hoge as? String
こんな感じでSuppressアノテーションをつけるとwarningsが消える
Register as a new user and use Qiita more conveniently
Go to list of users who liked