lean4-htt/old_tests/tests/lean/run/no_field_access.lean
2018-04-10 12:56:55 -07:00

6 lines
146 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace foo
constant bar :
end foo
noncomputable def foo :
| x := @foo.bar x -- should not use field notation with '@'