Fixed an internal error happening when a librrary isn't registered and destroyed by the GC

This commit is contained in:
Matthias Koefferlein
2020-08-30 11:35:30 +02:00
parent 79d3676257
commit eccbb9884c
6 changed files with 48 additions and 19 deletions
+1
View File
@@ -832,6 +832,7 @@ class Basic_TestClass < TestBase
end
# TODO: this class is going to be deprecated
class X < Data
end
class Y < Object