Skip to content

Commit

Permalink
Reflect. Common Proxy (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Mar 1, 2025
1 parent 66ae7ba commit 3bc3f47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@file:Suppress(
"WRONG_JS_INTEROP_TYPE",
)

package js.reflect

external class Proxy<T : Any>(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@file:Suppress(
"WRONG_JS_INTEROP_TYPE",
"UPPER_BOUND_VIOLATED",
)

package js.reflect

import js.array.ReadonlyArray
Expand Down

0 comments on commit 3bc3f47

Please sign in to comment.