KT-2823 TypeCastException has no message
#KT-2823 Fixed
This commit is contained in:
@@ -20,4 +20,8 @@ package jet;
|
||||
* @author yole
|
||||
*/
|
||||
public class TypeCastException extends ClassCastException {
|
||||
|
||||
public TypeCastException(String s) {
|
||||
super(s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user