This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
minor [skip ci]
Aleksandr Kuzmenko
6 years ago
parent
a7f13173d8
commit
bdddb588cb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tests/misc/projects/Issue8550/Success.hx
+ 1
- 1
tests/misc/projects/Issue8550/Success.hx
View File
@@ -1,4 +1,4 @@
-class
Fail
{
+class
Success
{
static function main() {
trace(Int);
}