Skip to content

Commit

Permalink
update test layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 9, 2019
1 parent b2cc71f commit 56e4c01
Show file tree
Hide file tree
Showing 8 changed files with 651 additions and 257 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
class C {
m(): asserts this is C {};
class Foo {
isBar(): asserts this is Foo {}
isBaz = (): asserts this is Foo => {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"typescript", "classProperties"
]
}

0 comments on commit 56e4c01

Please sign in to comment.