mirror of https://github.com/Wilfred/difftastic/
parent
8400000b3b
commit
778a6bee9a
@ -0,0 +1,3 @@
|
||||
class Foo {
|
||||
val str: String
|
||||
}
|
||||
@ -0,0 +1,3 @@
|
||||
class Foo {
|
||||
val str: String?
|
||||
}
|
||||
Loading…
Reference in New Issue