Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
import com.oracle.truffle.api.object.dsl.Nullable;
import org.jruby.truffle.language.RubyObjectType;

@Layout(objectTypeSuperclass = RubyObjectType.class, implicitCastIntToLong = true, implicitCastIntToDouble = true)
@Layout(objectTypeSuperclass = RubyObjectType.class, implicitCastIntToLong = true)
public interface BasicObjectLayout {

DynamicObjectFactory createBasicObjectShape(@Nullable DynamicObject logicalClass,

0 comments on commit 35d0aa8

Please sign in to comment.