2018-05-17 07:04:39 +00:00
|
|
|
contract A {
|
|
|
|
fixed40x40 storeMe;
|
2018-06-29 12:55:44 +00:00
|
|
|
function f(ufixed x, fixed32x32 y) public {
|
2018-05-17 07:04:39 +00:00
|
|
|
ufixed8x8 a;
|
|
|
|
fixed b;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// ----
|
2019-08-16 13:53:10 +00:00
|
|
|
// UnimplementedFeatureError: Not yet implemented - FixedPointType.
|
2020-06-19 00:26:46 +00:00
|
|
|
// Warning 5667: (52-60): Unused function parameter. Remove or comment out the variable name to silence this warning.
|
|
|
|
// Warning 5667: (62-74): Unused function parameter. Remove or comment out the variable name to silence this warning.
|
|
|
|
// Warning 2072: (93-104): Unused local variable.
|
|
|
|
// Warning 2072: (114-121): Unused local variable.
|
|
|
|
// Warning 2018: (41-128): Function state mutability can be restricted to pure
|