Skip to content
Snippets Groups Projects
Commit 29060641 authored by Mick Jordan's avatar Mick Jordan
Browse files

firstBoolean changes specialization type

parent d84e520f
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ public class FileFunctions {
@Specialization
@TruffleBoundary
protected RList doFileInfo(RAbstractStringVector vec, @SuppressWarnings("unused") byte extraCols) {
protected RList doFileInfo(RAbstractStringVector vec, @SuppressWarnings("unused") Boolean extraCols) {
/*
* Create a list, the elements of which are vectors of length vec.getLength() containing
* the information. The R closure that called the .Internal turns the result into a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment