Parse expressions like '1._foo()' after dot as references
This commit is contained in:
-2
@@ -8,8 +8,6 @@ fun foo() {
|
||||
<!ILLEGAL_UNDERSCORE!>0B_1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1.0_<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1_.1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1._1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1_._1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1.0_e1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>1.0E_1<!>
|
||||
<!ILLEGAL_UNDERSCORE!>0Xe_<!>
|
||||
|
||||
-1
@@ -4,7 +4,6 @@
|
||||
fun foo() {
|
||||
<!UNSUPPORTED_FEATURE!>100_1<!>
|
||||
<!UNSUPPORTED_FEATURE!>3_.1<!>
|
||||
<!UNSUPPORTED_FEATURE!>3_._1<!>
|
||||
<!UNSUPPORTED_FEATURE!>2___4<!>
|
||||
<!UNSUPPORTED_FEATURE!>123_<!>
|
||||
}
|
||||
Reference in New Issue
Block a user