We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c31b5f + f236392 commit 52a0a41Copy full SHA for 52a0a41
hello.js
@@ -22,3 +22,8 @@ class MyClass {
22
i++;
23
}
24
25
+
26
27
+function allTheThings () {
28
+ let thing = new MyClass();
29
+}
hello.rb
@@ -3,3 +3,7 @@
3
def omg_why_is_this_wrong()
4
puts "ugh"
5
end
6
7
+def at_least_i_dont_write_this()
8
+ puts "anymore"
9
+end
0 commit comments