mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
EA-33799 (IOE: PsiJavaParserFacadeImpl.createExpressionFromText)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Convert '1e-9d' to float" "true"
|
||||
class Test {
|
||||
void bar() {
|
||||
foo(1e-9f);
|
||||
}
|
||||
void foo(float f){}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Convert '1e-9d' to float" "false"
|
||||
// "Convert '1e-9d' to float" "true"
|
||||
class Test {
|
||||
void bar() {
|
||||
foo(1e-9<caret>d);
|
||||
|
||||
Reference in New Issue
Block a user