Skip to content

Commit

Permalink
Showcase the dotty bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Jan 17, 2022
1 parent 3191443 commit 7f0a355
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package chrome.webNavigation.bindings

import scala.scalajs.js
import scala.scalajs.js.native

@js.native
trait OnTabReplacedDetails extends js.Object {

/** The ID of the tab that was replaced.
*/
val replacedTabId: Int = js.native
val replacedTabId: Int = native

/** The ID of the tab that replaced the old tab.
*/
Expand Down

0 comments on commit 7f0a355

Please # to comment.