Split float literal tokens at the .
This commit is contained in:
@@ -321,7 +321,7 @@ impl ast::IntNumber {
|
||||
}
|
||||
}
|
||||
|
||||
impl ast::FloatNumber {
|
||||
impl ast::FloatNumberPart {
|
||||
pub fn suffix(&self) -> Option<&str> {
|
||||
let text = self.text();
|
||||
let mut indices = text.char_indices();
|
||||
|
||||
Reference in New Issue
Block a user