我有課 class Generic<T : SuperType>() 這個密碼不正確 fun typeCheck(s: SuperType): Unit { when(s){ is T -> //do some thin } }
確定! 回上一頁