We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlin 直接使用 mFragmentPagerAdapter?.add(list) 编译会报 Not enough information to infer type variable W。麻烦大佬优化下
The text was updated successfully, but these errors were encountered:
你要提供完整的泛型表述,kotlin的泛型在编译后会被擦除的,这些IDE都会提示你的,你不看吗??
fragmentPageAdapter.add<IBaseTabPageAdapter<String, TabViewHolder>>(list)
Sorry, something went wrong.
No branches or pull requests
kotlin 直接使用 mFragmentPagerAdapter?.add(list) 编译会报 Not enough information to infer type variable W。麻烦大佬优化下
The text was updated successfully, but these errors were encountered: