test/nashorn/script/currently-failing/optimistic_check_type_cases.js.EXPECTED
author jboes
Thu, 17 Oct 2019 08:56:06 +0100
changeset 58691 eb172a3b1c1c
parent 47216 71c04702a3d5
permissions -rw-r--r--
8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses Summary: Enclose IPv6 literal in brackets and adjust string format for unresolved addresses Reviewed-by: dfuchs, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24750
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     1
global int division by global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     2
global int modulus by global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     3
global int addition assignment global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     4
global int substraction assignment global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     5
global int multiplication assignment global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     6
global int division assignment global int: int
01ea334ab39a 8037572: Add more test cases to check static types
mnunez
parents:
diff changeset
     7
global int modulo assignment global int: int