let int: char = 'c' #no error? let char: int = 1 #this still works # was this always a thing?