Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / generics-sharing.2.cs
index 110a9ab06409b6e001ba69f7d75b5fcd0a0d339d..6110cf2f8fad627ea0ccfb11c59fb75767efc348 100644 (file)
@@ -326,7 +326,7 @@ public class GenABDeriv<T> : GenA<GenB<T>> {
 
 public class NonGenUser<T> where T : NonGen {
        public int getNonGenField () {
-               return T.field;
+               return NonGen.field;
        }
 }