Skip to content

Commit 2d06d51

Browse files
committed
update test.lua
1 parent 14dd18a commit 2d06d51

File tree

1 file changed

+0
-11
lines changed
  • src/main/java/org/luapp/language

1 file changed

+0
-11
lines changed

src/main/java/org/luapp/language/test.lua

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,4 @@ end
1515
function cat:isCat()
1616
return true
1717
end
18-
self.name = name
19-
class cat extends animal
20-
constructor(name)
21-
self.name = name
22-
end
23-
24-
function isCat()
25-
return true
26-
end
27-
end
28-
print("hello world?")
2918
print("hello world?")

0 commit comments

Comments
 (0)