Skip to content

Commit

Permalink
Add intersection test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Mar 17, 2022
1 parent 8b31273 commit 86d7fbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/inputs-luau/type-hanging-multiline-comment.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export type CoverageReporterWithOptions<K> =
Array<string | Object> --[[ [K, Partial<ReportOptions[K]>] ]]
| nil

export type CoverageReporterWithOptions<K> =
Array<string | Object> --[[ [K, Partial<ReportOptions[K]>] ]]
& nil
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ export type CoverageReporterWithOptions<K> =
Array<string | Object> --[[ [K, Partial<ReportOptions[K]>] ]]
| nil

export type CoverageReporterWithOptions<K> =
Array<string | Object> --[[ [K, Partial<ReportOptions[K]>] ]]
& nil

0 comments on commit 86d7fbb

Please sign in to comment.