Bläddra i källkod

* new bug

git-svn-id: trunk@9292 -
peter 17 år sedan
förälder
incheckning
0e220701cd
2 ändrade filer med 15 tillägg och 0 borttagningar
  1. 1 0
      .gitattributes
  2. 14 0
      tests/webtbs/tw10210.pp

+ 1 - 0
.gitattributes

@@ -7778,6 +7778,7 @@ tests/webtbs/tw10013.pp svneol=native#text/plain
 tests/webtbs/tw10072.pp svneol=native#text/plain
 tests/webtbs/tw10203.pp svneol=native#text/plain
 tests/webtbs/tw1021.pp svneol=native#text/plain
+tests/webtbs/tw10210.pp svneol=native#text/plain
 tests/webtbs/tw1023.pp svneol=native#text/plain
 tests/webtbs/tw1041.pp svneol=native#text/plain
 tests/webtbs/tw1044.pp svneol=native#text/plain

+ 14 - 0
tests/webtbs/tw10210.pp

@@ -0,0 +1,14 @@
+unit tw10210;
+{$mode objfpc}
+interface
+
+type
+  generic TSomeList<TElem> = class
+  end;
+
+  TSomeClassList = specialize TSomeList<integer>;
+
+implementation
+
+begin
+end.