Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

position is wrong for object #23

Open
MasseGuillaume opened this issue Oct 27, 2013 · 1 comment
Open

position is wrong for object #23

MasseGuillaume opened this issue Oct 27, 2013 · 1 comment
Labels

Comments

@MasseGuillaume
Copy link
Contributor

val a = collection.mutable.Map[String,String]()

object A {
  a("a") = "a"
}

a
a = Map(a -> a)

A {

}

// << Space
// << Space
Map(a -> a)
jedesah added a commit that referenced this issue Nov 13, 2013
I need RangePositions to solve it easily
@MasseGuillaume
Copy link
Contributor Author

same for tripple quotes

val in = 
"""|10 5 6
   |1 2 1 2 1
   |2 3 3 5 5
   |1 1 1 0 1 1 0
   |2 1 0 0 0 1 0
   |3 2 0 1 0 0 1
   |4 2 0 1 0 1 0
   |5 2 1 0 1 0 0
   |6 2 1 1 0 0 0
  """.stripMargin
in =









    10 5 6
1 2 1 2 1
2 3 3 5 5
1 1 1 0 1 1 0
2 1 0 0 0 1 0
3 2 0 1 0 0 1
4 2 0 1 0 1 0
5 2 1 0 1 0 0
6 2 1 1 0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant