summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorGravatar Jason Koenig <unknown>2012-08-03 16:32:14 -0700
committerGravatar Jason Koenig <unknown>2012-08-03 16:32:14 -0700
commit2a76fecc7a9151cff969ef720bceb7119f2ed7c3 (patch)
tree0472ca0f93c71d2c9806b8a5b4f8bfc5484a8b1b /Source
parent3b801a1b03515bae4973e8206dfeca09d417e3b9 (diff)
Dafny: corrected comment
Diffstat (limited to 'Source')
-rw-r--r--Source/Dafny/Resolver.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Dafny/Resolver.cs b/Source/Dafny/Resolver.cs
index 118e540f..17f35b1e 100644
--- a/Source/Dafny/Resolver.cs
+++ b/Source/Dafny/Resolver.cs
@@ -4719,7 +4719,6 @@ namespace Microsoft.Dafny
// - unamibugous type/module name (class, datatype, sub-module (including submodules of imports) or arbitrary-type)
// (if two imported types have the same name, an error message is produced here)
// - unambiguous constructor name of a datatype (if two constructors have the same name, an error message is produced here)
- // - imported module name
// - field, function or method name (with implicit receiver) (if the field is occluded by anything above, one can use an explicit "this.")
// - static function or method in the enclosing module, or its imports.