This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
haxe
/
HaxeFoundation.haxe
kopia lustrzana
https://github.com/HaxeFoundation/haxe.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
minor [skip ci]
Aleksandr Kuzmenko
6 lat temu
rodzic
a7f13173d8
commit
bdddb588cb
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
tests/misc/projects/Issue8550/Success.hx
+ 1
- 1
tests/misc/projects/Issue8550/Success.hx
Wyświetl plik
@@ -1,4 +1,4 @@
-class
Fail
{
+class
Success
{
static function main() {
trace(Int);
}