Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosms committed Oct 2, 2018
1 parent 1e79384 commit 20f92aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello.go
Expand Up @@ -2,6 +2,12 @@ package main

import "fmt"

// A long comment a long comment a long comment a long comment a long comment a long comment a long comment a long comment a long comment

func main() {
fmt.Println("hello world")

return

a := 5
}
5 changes: 5 additions & 0 deletions stuff.java
@@ -0,0 +1,5 @@
// Taken from https://github.com/bblfsh/sonar-checks/blob/master/bblfsh_sonar_checks/fixtures/java/RSPEC-1214.java
interface Status {
int OPEN = 1;
int CLOSED = 2;
}

0 comments on commit 20f92aa

Please sign in to comment.