Skip to content

Commit 7f0a355

Browse files
committed
Showcase the dotty bug
1 parent 3191443 commit 7f0a355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings/src/main/scala/chrome/webNavigation/bindings/OnTabReplacedDetails.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
package chrome.webNavigation.bindings
22

33
import scala.scalajs.js
4+
import scala.scalajs.js.native
45

56
@js.native
67
trait OnTabReplacedDetails extends js.Object {
78

89
/** The ID of the tab that was replaced.
910
*/
10-
val replacedTabId: Int = js.native
11+
val replacedTabId: Int = native
1112

1213
/** The ID of the tab that replaced the old tab.
1314
*/

0 commit comments

Comments
 (0)