mirror of https://github.com/Wilfred/difftastic/
Improve grammar for package declarations
Adds support for package blocks and package objectspull/101/head
parent
7265c8f855
commit
c92323ddf5
@ -0,0 +1,9 @@
|
|||||||
|
package a.b
|
||||||
|
package c {
|
||||||
|
object A
|
||||||
|
}
|
||||||
|
package c {
|
||||||
|
package object d {
|
||||||
|
val hello: String = "there"
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue