mirror of https://github.com/Wilfred/difftastic/
Add a Dart sample
parent
0b7e00e517
commit
fb73c84960
@ -0,0 +1,5 @@
|
||||
void test() {
|
||||
Object()..a()..b();
|
||||
|
||||
expect(a.b.c.d()!.x);
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
void test() {
|
||||
if (x) {
|
||||
Object().a().b();
|
||||
}
|
||||
|
||||
expect(a.b(c.d()).x);
|
||||
}
|
||||
Loading…
Reference in New Issue