We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded611e commit ec5114cCopy full SHA for ec5114c
graalpython/com.oracle.graal.python.tck/src/com/oracle/graal/python/tck/PythonProvider.java
@@ -83,7 +83,8 @@ public class PythonProvider implements LanguageProvider {
83
private static final String ID = "python";
84
85
private static final TypeDescriptor INT = NUMBER;
86
- // as per interop contract, we cannot be boolean and number at the same time, so it's only a boolean
+ // as per interop contract, we cannot be boolean and number at the same time, so it's only a
87
+ // boolean
88
private static final TypeDescriptor BOOL = BOOLEAN;
89
private static final TypeDescriptor FLOAT = NUMBER;
90
private static final TypeDescriptor COMPLEX = intersection(OBJECT);
0 commit comments