Skip to content

check the status of class type #5050

@bobzhang

Description

@bobzhang
class type _rect = object
  method height : int [@set]
  method width : int [@set]
  method draw : unit -> unit
end [@bs]
type rect =  _rect Js.t

now simplified into

class type rect = object
   method height : int [@set]
   method width : int [@set]
   method draw : unit -> unit 
end

cc @chenglou

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions