in SwiftlintTemplate/ViewController.swift [94:98]
func testCast() { let animal: Animal = Bird() animal as! Bird // Warning }